|
|
|
|
ScrollingClass Class |
ScrollingClass Class (Softelvdm.SftTabsNET Namespace)
An instance of the ScrollingClass class describes a tab control's scrolling attributes.
There is only one instance of the ScrollingClass class for one SftTabs/NET control. It is accessed using the control's Scrolling property.
VB |
Public Class ScrollingClass Inherits Object |
C# |
public class ScrollingClass : Object |
C++ |
public ref class ScrollingClass : public Object |
Public |
Fields |
||||
Protected |
Constructors |
Properties |
Fields |
|
Description |
|
none | This class cannot be instantiated. |
Description | |
Defines the alignment of the scroll buttons. | |
Defines the scroll button and Close, Minimize, Restore button background color. | |
Defines the scroll button and Close, Minimize, Restore button border color. | |
Defines the scroll button and Close, Minimize, Restore button highlight color. | |
Defines the scroll button and Close, Minimize, Restore button shadow color. | |
Defines the scroll button and Close, Minimize, Restore button appearance. | |
Defines whether scroll buttons are as large as a tab. | |
Defines the scroll button image. | |
Defines the scroll button image for a disabled button. | |
Returns the tab index of the last fully visible tab. | |
Returns whether the left scroll button is enabled. | |
Defines the scroll button image. | |
Defines the scroll button image for disabled scroll buttons. | |
Returns whether the right scroll button is enabled. | |
Defines the control's scrolling style. | |
Defines the tooltip for the left/up scroll button. | |
Defines the tooltip for the right/down scroll button. | |
Defines whether truncated tabs are clipped or displayed using a ragged edge. | |
Returns the tab index of the first visible tab in a scrollable tab control. | |
Description | |
Equals | Determines whether the specified Object is equal to the current Object. |
GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetType | Gets the Type of the current instance. |
ReferenceEquals | Determines whether the specified Object instances are the same instance. |
Scrolls the tabs in a given direction. | |
ToString | Returns a String that represents the current Object. |
Description | |
Occurs when a property of a ScrollingClass instance is modified. | |
Description | |
ScrollingClass destructor. | |
MemberwiseClone | Creates a shallow copy of the current Object. |
See Also Softelvdm.SftTabsNET Namespace